home *** CD-ROM | disk | FTP | other *** search
/ MacWorld: Super Stacks! / Macworld CD.iso / SuperStacks / Alias 1.0 / Alias Info / card_3067.txt < prev    next >
Text File  |  1990-05-24  |  5KB  |  97 lines

  1. -- card: 3067 from stack: in
  2. -- bmap block id: 3543
  3. -- flags: 0000
  4. -- background id: 2589
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on closeCard
  8.   lock screen
  9.   hide cd fld Info
  10.   set scroll of cd fld info to 0
  11.   set the name of card button 1 to "Show Info"
  12.   unlock screen
  13.   pass closeCard
  14. end closeCard
  15.  
  16.  
  17.  
  18. -- part 1 (button)
  19. -- low flags: 00
  20. -- high flags: A003
  21. -- rect: left=140 top=254 right=276 bottom=240
  22. -- title width / last selected line: 0
  23. -- icon id / first selected line: 0 / 0
  24. -- text alignment: 1
  25. -- font id: 0
  26. -- text size: 12
  27. -- style flags: 0
  28. -- line height: 16
  29. -- part name: Show Info
  30. ----- HyperTalk script -----
  31. on mouseUp
  32.   if the short name of me is "Show Info" then
  33.     set the name of me to "Hide Info"
  34.     set scroll of cd fld info to 0
  35.     show cd fld Info
  36.   else
  37.     hide cd fld Info
  38.     set scroll of cd fld info to 0
  39.     set the name of me to "Show Info"
  40.   end if
  41. end mouseUp
  42.  
  43.  
  44.  
  45. -- part 2 (field)
  46. -- low flags: 81
  47. -- high flags: 0007
  48. -- rect: left=11 top=26 right=223 bottom=498
  49. -- title width / last selected line: 0
  50. -- icon id / first selected line: 0 / 0
  51. -- text alignment: 0
  52. -- font id: 3
  53. -- text size: 12
  54. -- style flags: 0
  55. -- line height: 16
  56. -- part name: Info
  57. ----- HyperTalk script -----
  58. on mouseDown
  59.   hide cd fld Info
  60.   set the name of btn 1 to "Show Info"
  61. end mouseDown
  62.  
  63.  
  64. -- part 4 (button)
  65. -- low flags: 00
  66. -- high flags: 2000
  67. -- rect: left=9 top=313 right=342 bottom=38
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 7394 / 7394
  70. -- text alignment: 1
  71. -- font id: 0
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: Go Home
  76. ----- HyperTalk script -----
  77. on mouseUp
  78.   doMenu "Home"
  79. end mouseUp
  80.  
  81.  
  82.  
  83. -- part contents for card part 2
  84. ----- text -----
  85.      Alias is a HyperCard-based toolkit for creating cultural, historical, and social simulations.  By entering data about a certain culture or period of time, historians, anthropologists, sociologists, and educators in related fields can create simulations that let their students play the role of an individual of that culture and time.
  86.      With Alias, instructors could create a simulation of a hunter-gatherer society in South America, the politics of 16th-century Italy, or life in present-day Japan.  The simulations will be as rich and detailed as the data they provide for it.
  87.      Alias simulations can help students gain a feel for the attitudes, biases, concerns, and thought processes of individuals living in the time and culture of the simulation.  Specific areas of focus include political dilemmas, economic trends, social customs, or career decisions.  For even greater involvement, students can be assigned to create Alias simulations themselves, researching their subject and weighing the relative importance of various aspects of their material.
  88.      To use Alias, you enter information in the form of events.  Events can be as simple as a single historical incident or they can be quite complex.  Alias allows four kinds of events.
  89.    ‚Ä¢One-time events, e.g., ‚ÄúColumbus lands in the New World‚Äù
  90.    ‚Ä¢Cyclical events, e.g., ‚ÄúFall harvest‚Äù (this event recurs)
  91.    ‚Ä¢Opportunities, e.g., ‚ÄúTryout for baseball team‚Äù (this event exists for a fixed span of time)
  92.    ‚Ä¢Complex events, e.g., ‚ÄúApply for college‚Äù (this event recurs and exists for a fixed span of time; complex events can also happen at a random time and with a given probability)
  93.      Besides a title and date, events usually contain text, and can include a choice to be made, a graphic, recorded sound, and even a video segment.   Any event can have various consequences based on what choice the student makes, the events that have occurred before in the simulation, pure chance, or a combination of these.  Students move from event to event, making choices and tracking the progress of the character whose role they‚Äôre playing.
  94.      Alias allows you to give goods to a character (e.g., cows, acres, money, clothes), and to construct exchange rates for those goods.  You can create various relationships  (e.g., social, business, familial) between the main character and other characters, change the relationships, and use their status to vary the simulation.  Simulations made with Alias can be stopped at any point and resumed later.
  95.      Alias requires HyperCard 1.2.1 or later, a Macintosh¬Æ II, SE/30, or later model, a hard disk, and two megabytes of memory.  Alias will run on a 2-megabyte Macintosh Plus or SE without a hard disk, but its speed there is acceptable only for entering data, not for testing.  If you intend to use video, you need a videodisc, a video monitor, and one of the following videodisc players:  Hitachi 9550, Sony 2000, Sony 1500, Pioneer 6000A, Pioneer 6010A, Pioneer 4200 or Panasonic 2026F.
  96.      This Informational Version of Alias shows some sample events from the Cook's Tour of Paradise demonstration that comes with Alias.  In Cook's Tour, the student plays the role of Midshipman McAllen, a crew member on Captain James Cook's first voyage to the south seas.
  97.      Alias was written by Brodie Lockard of the Courseware Authoring Tools (CAT) Project at Stanford University.  Lockard has created educational software for Stanford faculty in French, Medicine, Economics, Anthropology, and Film History.